function exists

111

if (typeof yourFunctionName == 'function') { 
  yourFunctionName(); 
}

Comments

Submit
0 Comments